home *** CD-ROM | disk | FTP | other *** search
- -- background: 16051 from stack: in.6
- -- bmap block id: 10230
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=132 top=21 right=67 bottom=228
- -- title width / last selected line: 0
- -- icon id / first selected line: 1004 / 1004
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Change [{| to Çüà
- ----- HyperTalk script -----
- on mouseUp
- set cursor to watch
- set cursor to watch
- replace "{","ä"
- replace "}","å"
- replace "|","├╢"
- replace "\","Ö"
- replace "[","Ä"
- replace "]","Å"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=284 top=22 right=66 bottom=331
- -- title width / last selected line: 0
- -- icon id / first selected line: 29484 / 29484
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go next card
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=241 top=21 right=67 bottom=283
- -- title width / last selected line: 0
- -- icon id / first selected line: 9120 / 9120
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go previous card
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=18 top=17 right=67 bottom=96
- -- title width / last selected line: 0
- -- icon id / first selected line: 6538 / 6538
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Letter directory
- ----- HyperTalk script -----
- on mouseUp
- go card "MailRead"
- end mouseUp
-
-